RowVisibility Property
Specifies whether a row or column is visible.
The defined values are:
-collapse: a row or column is not visible because the user chose to hide it.
-filter: a row or column is not visible as the result of applying a filter.
-visible: a row or column is visible.
The default value for this attribute is visible.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public Visibility Visibility { get; set; }
Public Property Visibility As Visibility
Get
Set
Property Value
Visibility